PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFObjectReference Class / PDFObjectReference Constructor / PDFObjectReference Constructor(PDFCosDictionary)
The COS object reference.
In This Topic
    PDFObjectReference Constructor(PDFCosDictionary)
    In This Topic
    Initializes a new object.
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public PDFObjectReference( 
       PDFCosDictionary cosObjectReference
    )

    Parameters

    cosObjectReference
    The COS object reference.
    See Also